home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 30
/
Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso
/
Aminet
/
util
/
libs
/
chunky_usr.lha
/
chunky_usr
/
HISTORY
< prev
next >
Wrap
Text File
|
1999-02-15
|
2KB
|
54 lines
[taken from the top of chunky.c]
chunky.c v3.0
Routines to create, render and delete chunky graphics data.
Based on really buggy code written previously by
pernathw@cip.ub.uni-muenchen.de (Wanja Pernath).
New improved version by Andrew 'Oondy' King.
Version 2.00+ is (c) 1999 Rosande Limited, all rights reserved.
Version 3.00+ is now a shared library.
1.0 - inital thing done by Wanja.
2.0 - loads of bugs fixed by oondy
- added ChooseHardwareMode()
2.1 - added DrawChunkyChunky()
- all chunky stuff now contained in a single object file
2.11 - added some more safer checks now for boundries
2.12 - DrawChunkyChunky() 75% faster now.
2.13 - added DrawChunkyChunkyArea()
2.14 - fixed minor bug in FreeChunky() (now safe if cp == NULL)
2.15 - fixed clipping bug in DrawChunkyChunkyArea()
2.16 - ChooseHardwareMode() failed on gfx boards!
2.2 - MAJOR UPDATE... transparent support for Picasso96/AGA (cgfx coming
soon)
2.21 - doh.. removed p96 and used cybergraphics instead
2.22 - fixed several bugs with cgfx support (InsertChunky() now inserts)
- tidyed up a few routines by removing duplicate code
2.23 - added code to read and write chunkyport structs+data to disk
- changed how chunkyports are allocated and freed
2.24 - fixed bug in CHK_ReadChunkyPort()
- added routine to read chunkyport data from a memory location
- fixed massive bug in CHK_InsertChunky() (rpa8() was being an arse)
2.25 - added optional colour palette support (256 colours only)
2.26 - file-based chunkyports are now compressed (uncompressed still
supported)
2.27 - added CHK_DrawChunkyTiled()
3.0 - NOW A SHARED LIBRARY!
- removed CHK_Read/WriteChunkyPort() and compression support (no point)
- removed CHK_SPrintF() (anyone use this?)
- fully documented now
- user and developer archives (2nd public release)
3.1 - recompiled under StormC 3 (as supplied by Blittersoft :)
- it was reported by a user that this library would fail under
OS 3.0 (not 3.1) because it uses WriteChunkyPixels(). So, it
now uses the commented out code (since it was proven to work).
Should work under 3.0 now :).
- added CHK_C2POff()
3.2 - CHK_C2POff() crashed so it's a dummy function now
- added CHK_DrawChunkyWindow()
- added CHK_QueryUseOS()
3.21 - minor bug fix in CHK_DrawChunkyWindow()
- 3rd public release